func internal/runtime/maps.rand

7 uses

	internal/runtime/maps (current package)
		map.go#L260: 	m.seed = uintptr(rand())
		map.go#L324: 	m.seed = uintptr(rand())
		map.go#L668: 		m.seed = uintptr(rand())
		map.go#L754: 	m.seed = uintptr(rand())
		runtime.go#L18: func rand() uint64
		table.go#L558: 	it.entryOffset = rand()
		table.go#L559: 	it.dirOffset = rand()